runtime.memRecord.future (field)

14 uses

	runtime (current package)
		mprof.go#L29: 	profMemFutureLock [len(memRecord{}.future)]mutex
		mprof.go#L144: 	future [3]memRecordCycle
		mprof.go#L179: const mProfCycleWrap = uint32(len(memRecord{}.future)) * (2 << 24)
		mprof.go#L389: 	index := cycle % uint32(len(memRecord{}.future))
		mprof.go#L410: 		mpc := &mp.future[index]
		mprof.go#L428: 	index := cycle % uint32(len(memRecord{}.future))
		mprof.go#L448: 	index := (mProfCycle.read() + 2) % uint32(len(memRecord{}.future))
		mprof.go#L452: 	mpc := &mr.future[index]
		mprof.go#L470: 	index := (mProfCycle.read() + 1) % uint32(len(memRecord{}.future))
		mprof.go#L473: 	mpc := &mp.future[index]
		mprof.go#L1016: 	index := cycle % uint32(len(memRecord{}.future))
		mprof.go#L1040: 			for c := range mp.future {
		mprof.go#L1042: 				mp.active.add(&mp.future[c])
		mprof.go#L1043: 				mp.future[c] = memRecordCycle{}